[INFO] fetching crate t-spline-commands 0.1.0...
[INFO] fixing t-spline-commands-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate t-spline-commands 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate t-spline-commands 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate t-spline-commands 0.1.0
[INFO] tweaked toml for crates.io crate t-spline-commands 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate t-spline-commands 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate t-spline-commands 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded t-spline v0.1.0
[INFO] [stderr]   Downloaded fixed v1.30.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 64cf1ad4f3b14cc26e96f1244ce5efcbe2cee830b91da1cdf9f0489ec7e0d619
[INFO] running `Command { std: "docker" "start" "64cf1ad4f3b14cc26e96f1244ce5efcbe2cee830b91da1cdf9f0489ec7e0d619", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "64cf1ad4f3b14cc26e96f1244ce5efcbe2cee830b91da1cdf9f0489ec7e0d619" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64cf1ad4f3b14cc26e96f1244ce5efcbe2cee830b91da1cdf9f0489ec7e0d619", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "64cf1ad4f3b14cc26e96f1244ce5efcbe2cee830b91da1cdf9f0489ec7e0d619" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling fixed v1.30.0
[INFO] [stderr]     Checking az v1.3.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.38
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking zerocopy v0.8.38
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking nalgebra v0.34.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking t-spline v0.1.0
[INFO] [stderr]     Checking t-spline-commands v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `t_spline_io` in this scope
[INFO] [stdout]   --> examples/t_junction.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use t_spline_io::obj_writer::ObjWriter;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `t_spline_io`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 - use t_spline_io::obj_writer::ObjWriter;
[INFO] [stdout] 22 + use t_spline::obj_writer::ObjWriter;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `t_spline_io` in this scope
[INFO] [stdout]   --> examples/fixed.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use t_spline_io::obj_writer::ObjWriter;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `t_spline_io`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 24 - use t_spline_io::obj_writer::ObjWriter;
[INFO] [stdout] 24 + use t_spline::obj_writer::ObjWriter;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `t-spline-commands` (example "t_junction") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `t_spline_io` in this scope
[INFO] [stdout]   --> examples/simple.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use t_spline_io::obj_writer::ObjWriter;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `t_spline_io`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 - use t_spline_io::obj_writer::ObjWriter;
[INFO] [stdout] 21 + use t_spline::obj_writer::ObjWriter;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FixedI32<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>>: Numeric` is not satisfied
[INFO] [stdout]   --> examples/fixed.rs:27:39
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let mut spline: TSpline<I10F22> = TSpline::new_unit_square();
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Numeric` is not implemented for `FixedI32<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B0>>`
[INFO] [stdout]    |
[INFO] [stdout] help: the following other types implement trait `Numeric`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/t-spline-0.1.0/src/numeric.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |             impl Numeric for $t {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `f32`
[INFO] [stdout]    |             `f64`
[INFO] [stdout] ...
[INFO] [stdout] 45 | impl_numeric_float!(f32, f64);
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `t_spline::shapes::<impl TSpline<T>>::new_unit_square`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/t-spline-0.1.0/src/shapes.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl<T: Numeric> TSpline<T> {
[INFO] [stdout]    |         ^^^^^^^ required by this bound in `t_spline::shapes::<impl TSpline<T>>::new_unit_square`
[INFO] [stdout] 30 |     pub fn new_unit_square() -> TSpline<T> {
[INFO] [stdout]    |            --------------- required by a bound in this associated function
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/fixed-b8d5673d30a8da4d.long-type-6757594159594875560.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]    = note: this error originates in the macro `impl_numeric_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FixedI32<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>>: Numeric` is not satisfied
[INFO] [stdout]   --> examples/fixed.rs:30:54
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let points = Tessellate { resolution: 10 }.apply(&spline);
[INFO] [stdout]    |                                                ----- ^^^^^^^ the trait `Numeric` is not implemented for `FixedI32<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B0>>`
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the following other types implement trait `Numeric`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/t-spline-0.1.0/src/numeric.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |             impl Numeric for $t {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `f32`
[INFO] [stdout]    |             `f64`
[INFO] [stdout] ...
[INFO] [stdout] 45 | impl_numeric_float!(f32, f64);
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    = note: required for `Tessellate` to implement `Command<FixedI32<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>>>`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/fixed-b8d5673d30a8da4d.long-type-6757594159594875560.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]    = note: this error originates in the macro `impl_numeric_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `t-spline-commands` (example "simple") due to 1 previous error
[INFO] [stderr] error: could not compile `t-spline-commands` (example "fixed") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "64cf1ad4f3b14cc26e96f1244ce5efcbe2cee830b91da1cdf9f0489ec7e0d619", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64cf1ad4f3b14cc26e96f1244ce5efcbe2cee830b91da1cdf9f0489ec7e0d619", kill_on_drop: false }`
[INFO] [stdout] 64cf1ad4f3b14cc26e96f1244ce5efcbe2cee830b91da1cdf9f0489ec7e0d619
